.farbtastic {
	POSITION: relative
}
.farbtastic  {
	CURSOR: crosshair; POSITION: absolute
}
.farbtastic {
	WIDTH: 195px; HEIGHT: 195px
}
.farbtastic .wheel {
	WIDTH: 195px; HEIGHT: 195px
}
.farbtastic .color {
	LEFT: 47px; WIDTH: 101px; TOP: 47px; HEIGHT: 101px
}
.farbtastic .overlay {
	LEFT: 47px; WIDTH: 101px; TOP: 47px; HEIGHT: 101px
}
.farbtastic .wheel {
	BACKGROUND: url(wheel.png) no-repeat; WIDTH: 195px; HEIGHT: 195px
}
.farbtastic .overlay {
	BACKGROUND: url(mask.png) no-repeat
}
.farbtastic .marker {
	BACKGROUND: url(marker.png) no-repeat; MARGIN: -8px 0px 0px -8px; OVERFLOW: hidden; WIDTH: 17px; HEIGHT: 17px
}
